* src/s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
authorKen Brown <kbrown@cornell.edu>
Mon, 18 Oct 2010 12:23:41 +0000 (08:23 -0400)
committerKen Brown <kbrown@cornell.edu>
Mon, 18 Oct 2010 12:23:41 +0000 (08:23 -0400)
src/ChangeLog
src/s/cygwin.h

index bb825c3f7c4c3c692c303bf6e93b7e29d61cb8dc..a7feed54eccc762de62520e807d64e97165271d9 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-18  Ken Brown  <kbrown@cornell.edu>
+
+       * s/cygwin.h (SIGNALS_VIA_CHARACTERS): New define (bug#7225).
+
 2010-10-15  Kenichi Handa  <handa@m17n.org>
 
        Fix incorrect font metrics when the same font is opened with
index 9ca5c67ce378b758efd14b523538cf17a00a2c5f..dcab55a91e1cf91981c0009d941176dd0f52a8ca 100644 (file)
@@ -132,6 +132,9 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
    returns ENOSYS.  A workaround is to set G_SLICE=always-malloc. */
 #define G_SLICE_ALWAYS_MALLOC
 
+/* Send signals to subprocesses by "typing" special chars at them.  */
+#define SIGNALS_VIA_CHARACTERS
+
 /* the end */
 
 /* arch-tag: 5ae7ba00-83b0-4ab3-806a-3e845779191b